home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / vesmirna becherovka / 2004 Vesmírná Becherovka / Becherovka.exe / scripts / DefineButton2_858 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2004-09-30  |  1.4 KB  |  37 lines

  1. on(release){
  2.    if(_root.s.Control and !copy)
  3.    {
  4.       _root.s.HideSipka();
  5.       this._visible = false;
  6.       this.duplicateMovieClip("DObject",13300);
  7.       _root.s.DObject.swapDepths(0);
  8.       _root.s.DObject.gotoAndStop("pick");
  9.       _root.s.DObject.copy = true;
  10.       _root.s.DObject.origin = this;
  11.       startDrag(_root.s.DObject,0);
  12.    }
  13.    if(copy)
  14.    {
  15.       stopDrag();
  16.       if(eval(this._droptarget) != undefined and eval(this._droptarget) == _root.s.back1.kybl and !_root.otockybl)
  17.       {
  18.          _root.s.Speak(_root.s.hero.hero,"M{invalid_utf8=236}l bych ho nejd{invalid_utf8=248}{invalid_utf8=237}v p{invalid_utf8=248}evr{invalid_utf8=225}tit dnem vzh{invalid_utf8=249}ru.","B","I should turn it first");
  19.       }
  20.       if(eval(this._droptarget) != undefined and eval(this._droptarget) == _root.s.back1.kybl and _root.otockybl and !_root.sundalpanel)
  21.       {
  22.          _root.s.what = _root.s.hero.name;
  23.          _root.s.cil = "s5_hraj";
  24.          _root.s.HideObj();
  25.          _root.s.hero.gotoAndPlay("navrat");
  26.       }
  27.       if(eval(this._droptarget) != undefined and eval(this._droptarget) == _root.s.back1.kybl and _root.sundalpanel)
  28.       {
  29.          _root.s.Speak(_root.s.hero.hero,"Nebudu d{invalid_utf8=236}lat r{invalid_utf8=225}mus.","B","I\'ll be quiet.");
  30.       }
  31.       this._visible = false;
  32.       origin._visible = true;
  33.       _root.s.ShowSipka();
  34.       _root.s.DObject.removeMovieClip();
  35.    }
  36. }
  37.